Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ClassDefinitionPrinters loading later in the bootstrap process #17661

Conversation

jecisc
Copy link
Member

@jecisc jecisc commented Jan 21, 2025

ClassDefinitionPrinters package is currently loaded by Hermes alongside the compiler. But this is needed only for tooling, the compiler does not need it except in the UI  package.

I propose to load it later in the bootstrap process so that it gets loaded by Metacello normaly and not by Hermes

ClassDefinitionPrinters package is currently loaded by Hermes alongside the compiler. But this is needed only for tooling, the compiler does not need it except in the UI  package. 

I propose to load it later in the bootstrap process so that it gets loaded by Metacello normaly and not by Hermes
@Ducasse
Copy link
Member

Ducasse commented Jan 22, 2025

Sounds good to me.

@jecisc jecisc added the Status: Need more work The issue is nearly ready. Waiting some last bits. label Jan 22, 2025
@jecisc jecisc added Status: Need more work The issue is nearly ready. Waiting some last bits. Status: Waiting for other PR and removed Status: Need more work The issue is nearly ready. Waiting some last bits. labels Jan 22, 2025
@jecisc
Copy link
Member Author

jecisc commented Jan 22, 2025

To fix the broken tests of this one we need to first integrate PR #17665, #17664, #17663

Those 3 PR are cutting unwanted dependencies

@jecisc jecisc added Status: Tests passed please review! and removed Status: Need more work The issue is nearly ready. Waiting some last bits. labels Jan 28, 2025
@jecisc
Copy link
Member Author

jecisc commented Jan 28, 2025

Tests are now passing

@jecisc jecisc merged commit 90292fb into pharo-project:Pharo13 Feb 5, 2025
1 check failed
@jecisc jecisc deleted the bootstrap/extract-class-definition-printers branch February 5, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants